This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Kirk Refreester 22.Jan.04 11:30 AM a Web browser ToolkitsAll ReleasesWindows 2000
Hi,
I am attaching a notification (new mail) java agent through C API. The agent is working as expected.
However there is a problem when I delete the agent using the following api:
NSFNoteDelete(hDb, agentId, UPDATE_FORCE)
The agent gets deleted from the user's database (verified by notesclient). However the command "tell amgr schedule" in the domino server still lists this agent. Also, in the domino log file there are many null pointer exceptions.
Is this the correct way of deleting an agent ? What can I do so that the agent is completely removed and the server and the domino log is clean ?